home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / photo2.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1998-05-20  |  425 b   |  19 lines

  1. on mouseEnter me
  2.   set spnum to the spriteNum of me
  3.   set the locH of sprite 104 to the locH of sprite spnum
  4.   set the locV of sprite 104 to the locV of sprite spnum
  5. end
  6.  
  7. on mouseUp me
  8.   global photonum
  9.   set photonum to the spriteNum of me - 2
  10.   puppetSound("CLICK")
  11.   puppetSprite(104, 0)
  12.   updateStage()
  13.   repeat with i = 3 to 102
  14.     puppetSprite(i, 0)
  15.     set the visible of sprite i to 1
  16.   end repeat
  17.   go("photo")
  18. end
  19.